context.valueCtx.Deadline (method, view implemented interface methods)
13 uses
context (current package)
context.go#L75: Deadline() (deadline time.Time, ok bool)
context.go#L636: if cur, ok := parent.Deadline(); ok && cur.Before(d) {
github.com/gotd/td/mtproto
connect.go#L131: if deadline, ok := ctx.Deadline(); ok {
github.com/gotd/td/transport
connection.go#L41: if deadline, ok := ctx.Deadline(); ok {
connection.go#L63: if deadline, ok := ctx.Deadline(); ok {
golang.org/x/net/internal/socks
client.go#L26: if deadline, ok := ctx.Deadline(); ok && !deadline.IsZero() {
net
dial.go#L255: if d, ok := ctx.Deadline(); ok {
dial.go#L568: if d, ok := ctx.Deadline(); !ok || deadline.Before(d) {
dial.go#L740: if deadline, hasDeadline := ctx.Deadline(); hasDeadline {
dnsclient_unix.go#L189: if d, ok := ctx.Deadline(); ok && !d.IsZero() {
fd_unix.go#L80: if deadline, hasDeadline := ctx.Deadline(); hasDeadline {
net/http
client.go#L313: d, ok := ctx.Deadline()
socks_bundle.go#L32: if deadline, ok := ctx.Deadline(); ok && !deadline.IsZero() {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |